Posts

Post not yet marked as solved
7 Replies
I had a hard time doing window/tab management, especially hooking a event listener when a window or tab is added, removed or updated. After some time, I figured out a best possible way to do it with miminal code. Also added identifiers(id) for SFSafariWindow, SFSafariTab and SFSafariPage to uniquely identify each one.Please find out the implementation POC (Implementation in swift)h t t p s : // github.com/prasanaworld/SafariAppExtension-WindowTabManagement